home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / rotation and resize < prev    next >
Text File  |  1999-06-15  |  578b  |  31 lines

  1. Category: Andrew's Filters 22
  2. Title: Rotation and ReSize...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: Rotation.8bf
  6.  
  7. R:rad(d+val(0,0,1024),m/scl(ctl(3),0,256,1,25),0)+rnd(0,val(6,-100,100))
  8.  
  9. G:rad(d+val(1,0,1024),m/scl(ctl(4),0,256,1,25),1)+rnd(0,val(6,-100,100))
  10.  
  11. B:rad(d+val(2,0,1024),m/scl(ctl(5),0,256,1,25),2)+rnd(0,val(6,-100,100))
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red Angle
  16. ctl[1]: Green Angle
  17. ctl[2]: Blue Angle
  18. ctl[3]: Red Size
  19. ctl[4]: Green Size
  20. ctl[5]: Blue Size
  21. ctl[6]: Random
  22.  
  23. val[0]: 15
  24. val[1]: 15
  25. val[2]: 15
  26. val[3]: 19
  27. val[4]: 19
  28. val[5]: 19
  29. val[6]: 201
  30.  
  31.